PDA

Click to See Complete Forum and Search --> : Help Me Regarding Package And Development....


RoughGuy
Oct 31st, 2006, 04:47 AM
Hi every one.. i have created an application and i want to distribute it. When i tried to build setup file with Package And Development wizard i get an error saying

Unexpected error occurred in code generator or linker.
fatal error C1083: Cannot open compiler generated file: 'C:\Documents and Settings\Administrator\Desktop\MainFrm.OBJ': No such file or directory

Build of 'StudentInfo' failed.

but i have never saved dat MainFrm on desktop.... and when i try to make the exe file from File menu its not giving any extension.....can any one tell me a solution for this plz....

Thanks In Advance....

smUX
Oct 31st, 2006, 04:55 AM
Try posting this in http://www.vbforums.com/forumdisplay.php?f=72

Hack
Oct 31st, 2006, 05:54 AM
Moved to application deployment

Keithuk
Oct 31st, 2006, 06:32 AM
Unexpected error occurred in code generator or linker.
fatal error C1083: Cannot open compiler generated file: 'C:\Documents and Settings\Administrator\Desktop\MainFrm.OBJ': No such file or directory

but i have never saved dat MainFrm on desktop.... and when i try to make the exe file from File menu its not giving any extension.....can any one tell me a solution for this plz....
When you use P & D Wizard there is a checkbox that asks if you want to compile the exe. When it compiles it produces *.OBJ files for all Forms and Modules. It also asks you for the VBP file you want to package therefore you must have told P & D C:\Documents and Settings\Administrator\Desktop\ as the location.

P & D Wizard has been out for years with all versions of VB. The one in VB6 has been out at least 8 years that was before Win2k/XP were in production. Therefore you may have problems installing your app on Win2k/XP, do a search for Inno Setup and ********** in Application Deployment or M2k. ;)