05-25-2008 11:30 AM
05-26-2008 01:52 AM - edited 05-26-2008 01:58 AM
Well, first you are calling SHFileOperation which is an alias for SHFileOperationW on non Win9x systems. You do want to explicitedly link to SHFileOperationA instead since LabVIEW strings are in the current locals ASCII encoding. This should make a real difference already.
@JCFC wrote:
Hi to all
Everytime i run this code it throws an Error (Error 1097), but i don´t know why. Where can i get info about C++ Fx to LV Call library Fx translation? Some corrections of my program?
I'm running Windows XP, and i want to learn how to use the Windows Shell with little or no use of external LV toolkits.
PD: Maybe someone recognise the front panel, it's the first example of SHFileOperation() of "Visual C++ Windows Shell Programming" by Dino Esposito. Does someone know where can i get the source code? i made a search in the editor's page with no results.
05-26-2008 02:04 AM
Adding this as separate answer since the forum would not let me edit my first post annymore.
@JCFC wrote:
Hi to all
Everytime i run this code it throws an Error (Error 1097), but i don´t know why. Where can i get info about C++ Fx to LV Call library Fx translation? Some corrections of my program?
I'm running Windows XP, and i want to learn how to use the Windows Shell with little or no use of external LV toolkits.
PD: Maybe someone recognise the front panel, it's the first example of SHFileOperation() of "Visual C++ Windows Shell Programming" by Dino Esposito. Does someone know where can i get the source code? i made a search in the editor's page with no results.