Mohamed,


Some more ideas...  I'm sure you are close!


. Check your C:\TEMP directory for a possible .log file with an error msg
  (What kind of .c files are there?)

. Empty out your C:\TEMP directory

. Create a brand new .PBL and copy your app object/proj object to it
  (That's all you have in your top .PBL of your PB Search Path, correct?)

. No other .PBL has an application object in it, correct?

. Double-check that your application object's icon is really a valid .ico-
  (Do you see the icon displayed below your Browse button?)
  Better yet, remove it to see if that helps

. While you are there, double-check your "Variable Types"
  (SQLCA = n_tr,  Error = n_err,  Message = n_msg)

. Copy all of the .PBLs to your C: drive
  (and update your PB Search Path to only point to your C: drive)
  (and check to make sure that you still have plenty of disk space)

. Double-, no, Triple-check your PB Search path...
  (Have all *Eleven* PFC/PFE .PBLs?  ...including pfcold.pbl?)

. Do you have plenty of memory?  ...and a big swap file?

. Do not check the "Machine Code" box

. You have selected "Native" for executable format, correct?  not 16-bit?

. Select "Full" Rebuild

. Is your Resource File Name valid?  Try removing it.

. If there is a drive:\path on the .exe name is it ok?  Try removing it.

. Check the .PBD box for all .PBLs, except for the first one
  (that should only have your application object and your project object)

. Wild guess- Any references to some other drive:/path on say a .bmp/.ico?
   
. Remember to cross your fingers before beginning the build <g>

. Check out 
 "Common Questions and Troubleshooting Tips for PB 5.0, 6.0, 7.0
  P-Code, Machine Code executable generation and deployment"
  http://techinfo.sybase.com/css/techinfo.nsf/DocId/ID=44536

. Check out
 "Executable Creation and Deployment FAQ
  Any tips on creating a new PFC EXE?"
  http://www.pfcguide.com/faq/faq_exe.asp#tips_creating_EXE


Good Luck,
Have fun,
~Sharon
--
Sharon Weinstrom Buntz      | mailto:[EMAIL PROTECTED]
Cheat Sheet for PFC/PB Help | http://www.pfccheatsheet.com/



[EMAIL PROTECTED] wrote:
> 
> Hi Friends
> 
> Some update on this issue.........
> 
> Thanks to all those who took their precious time to reply. Here were some
> suggestion(s) or to be workaround to create the executable.
> 
> 1. Recreate the project again from the scratch (might be existing one is
> corrupted)
>         Done with no success.....
> 2. Recreate the application object again from the scratch
>         Done with no success....
> 3. Check all the required libraries are there in the path list
>         Checked... all exist ... no success
> 4. Check all the pfc libraries are from the same version
>         Checked... all are from 6.5  ... no success
> 5. Check whether application object has any icon and whether it points to
> valid icon file.
>         Yes it has, and points to the right icon place........ no success
> 6. Check whether pfc pbls existing directory is not read-only
>         PFC PBLS are existing in the same directory as the other application
> pbls, so confirm
>         Directory is with write access.  ... hence no success
> 7. Check enough disk space for the executable to be generated
>         Yes around 0.9 GB should be enough to create an exe and pbd together
> somewhat 18-20 MB files
>                                         --  no success
> 8. Empty all the pbls and then create exe
>         Checked with only PFC PBL to verify whether codes are not using any
> obsolete function.
>         no success
> 
> Still the problem exists .... Does any one has any other suggestion pls do
> forward me so that I can generate the executable as soon as possible and
> pass to the user for UAT.
> 
> TIA
> Regards, Mohamed Ashraf Memon
> Advanced Micro Devices (Singapore)
> TEL : 4481-066 X 826
> FAX : 4492-360
> DID : 2409-826
> Email : [EMAIL PROTECTED]
> 
> > -----Original Message-----
> > From: Memon, Mohd-Ashraf
> > Sent: Monday, June 21, 1999 3:46 PM
> > To:   [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> > [EMAIL PROTECTED]
> > Subject:      Projects Painter - Creation of Executable Fails
> >
> > Hi ,
> >
> > I am facing a problem which is somewhat like this.
> >
> > I want to create an executable files (along with dlls or pbds it doesn't
> > matter), my projects is having around 20 pbls including PFC Pbls, I
> > checked
> > all the 20 pbls to be made as pbd and then try to make executable along
> > with
> > pbd, what happens is it goes through the process of compiling ,
> > regenerating
> > and then at the creation of exe fails with the message Creation of
> > Executable Failed. (same happens with creation of native dlls instead of
> > pbds)
> >
> > I tried changing the executable name to application name (executable
> > creation failed)
> > I tried creating pbds and dlls from the library painter  (successful) then
> > went to project painter to create exe (failed)
> >
> > Can anybody out there tell me what is the problem, why I am not able to
> > create executable.
> >
> > I am using PB 6.5.1 with PFC 6.5.1
> >
> > Eagerly waiting for your replies, as then only I would be able to create
> > the
> > test executable for user.
> >
> > TIA
> > Regards, Mohamed Ashraf Memon
> > Advanced Micro Devices (Singapore)
> > TEL : 4481-066 X 826
> > FAX : 4492-360
> > DID : 2409-826
> > Email : [EMAIL PROTECTED]
> >
> >
> > ===========================================================
> > This List brought to you by DelWare Consulting Group. Visit
> > our site http://www.DelWare.com today!
> >
> > Please, no employment posts!
> >
> > To unsubscribe send mail to [EMAIL PROTECTED]
> > UNSUBSCRIBE PBPFC FirstName LastName
> > [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> > A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help pfcsig
> > SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]
> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]

Reply via email to