Editors IDEs
--
Questions
--
Followers
Top Experts
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
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Gajender
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
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.GetActiveShee
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






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
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.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Editors IDEs
--
Questions
--
Followers
Top Experts
Development in most programming languages is frequently done with an editor or integrated development environment (IDE). An IDE is a software application that provide comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. XCode, Visual Studio, Adobe Dreamweaver and Eclipse are some of the more popular development tools, but an editor or IDE can be anything from simple text editors to sophisticated programs. Related topics: All programming and development language, database and web based content management systems topics