Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Program in a single exe with no other files needed 1

Status
Not open for further replies.

Bryan - Gendev

Programmer
Joined
Jan 9, 2011
Messages
408
Location
AU
I have been asked to produce a small utility app that will be distributed and run as a single exe file.

I have never done this before, always including a runtime with my applications.

Is this approach possible?

Thanks

GenDev

 
Just by the way: neither PUBLIC gaArray nor PUBLIC ARRAY gaArray are sufficient. What is important is defining an array with its dimension PUBLIC ARRAY gaArray[1] is sufficient to expand it later by ADIR. The ARRAY keyword is optional, but the compiler will error, if you define no dimension of the array.

Bye, Olaf.
 
>ARRAY plus ASTACKINFO
meant to say AERROR and ASTACKINFO.

Bye, Olaf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top