Help Me Regarding Package And Development....
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....
Re: Help Me Regarding Package And Development....
Re: Help Me Regarding Package And Development....
Moved to application deployment
Re: Help Me Regarding Package And Development....
Quote:
Originally Posted by RoughGuy
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. ;)