Link to home
Start Free TrialLog in
Avatar of Rayden_The_God
Rayden_The_God

asked on

impossible to generate exe

hello , I am having a problem with the generation of an exe from powerbuilder here are the details:
I have about 10 librarys in my project
for 3 of these librarys I do not have the pbl-s (I only have the pbd-s)
when I am trying to build a exectable the building fails
If anyone knows why this is please help me
Avatar of gajender_99
gajender_99

The pb Re-compiles from pbl and not pbd as pbd are already recompiled.

Gajender
Hi,

can u post the errors...

besides, u can generate an exe by including pbds in them...
Make sure to make a full build....

post the error... might give some hint...

Cheers,
Rosh
Avatar of Rayden_The_God

ASKER

sure here are the errors along with full details of the problem (sory i didn't say this before , I tought the problem would have a simple answer):
so there was a previous version of the application in wich I did build an executable (so I have the .exe) ,since then all I usualy had to do was to rebuild the pbl's of my application and it would run outside the powerbuilder (without having to make the exe again)
recently however this error started appearing whenever I click any item of m_menu when outside the pb enviroment:
the error that appears when I execute the application outside the powerbuilder enviroment:
(Error:Unresolvable external w_cmd when linking reference at line 2 in clicked event of oblect m_liste of m_menu )
again: this dose not happend when I run the application from within pb , only when I launch the executable file
here is the clicked event (if this helps :) ):
close(w_menu.GetActiveSheet ( ))
opensheet(w_cmd,w_menu,0, Original!)
this error happends when I try to open anything that is outside of those 3 pbd-s for wich I do not have the pbl-s
Hope you can help me :)
thanks
ASKER CERTIFIED SOLUTION
Avatar of diasroshan
diasroshan
Flag of Kuwait image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sory I forgot :
when I try to crate the exe I get the following error:
unable to create exe...
Error       C0113: Error reading object source entry: w_clients.srw.
Error       C0113: Error reading object source entry: w_liste_clients.srw.
Error       C0113: Error reading object source entry: w_liste_clients_fils.srw.
ps: I do not know what this means :)
pps:the windows w_clients ... are from the pbd-s wich I do not have the pbls for
I can however generate an exe if I use incremental build but errors like :Error:Unresolvable external w_cmd when linking reference at line 2 in clicked event of oblect m_liste of m_menu  still apear