|
-
Oct 31st, 2006, 05:47 AM
#1
Thread Starter
New Member
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....
-
Oct 31st, 2006, 05:55 AM
#2
PowerPoster
Re: Help Me Regarding Package And Development....
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
-
Oct 31st, 2006, 06:54 AM
#3
Re: Help Me Regarding Package And Development....
Moved to application deployment
-
Oct 31st, 2006, 07:32 AM
#4
Re: Help Me Regarding Package And Development....
 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.
Last edited by Keithuk; Oct 31st, 2006 at 04:48 PM.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|