|
|
Home » Developing U++ » UppHub » My Simple U++ Application
|
|
|
|
Re: My Simple U++ Application [message #7250 is a reply to message #6013] |
Tue, 19 December 2006 15:12   |
yeohhs
Messages: 75 Registered: November 2005 Location: Malaysia
|
Member |
|
|
Hi,
I've uploaded the latest version.
It now uses some Windows specific code for storing the config file.
Also, wrote the initial draft Table of Contents in the Topic++ file and will be planning and writing the tutorial in the Topic++ files. 
Best Regards,
Yeoh
--
Obsolete attachment deleted.
[Updated on: Fri, 22 December 2006 14:06] Report message to a moderator
|
|
|
|
|
|
Re: My Simple U++ Application [message #7428 is a reply to message #7415] |
Fri, 29 December 2006 06:11   |
yeohhs
Messages: 75 Registered: November 2005 Location: Malaysia
|
Member |
|
|
AngelPortal wrote on Thu, 28 December 2006 17:44 | could tell me how to compile the program?
I new on U++ and would like to have some tips in how to use it.
Angel Portal
angelp@correios.net.br
|
Hi,
Use 7-Zip to unpack the 7z file into your MyApps folder. Then run TheIDE and you should see MyUppApp package in the MyApps assembly.
You can then open the MyUppApp package and compile the package.
Best Regards,
Yeoh
|
|
|
Re: My Simple U++ Application [message #7429 is a reply to message #7416] |
Fri, 29 December 2006 06:27   |
yeohhs
Messages: 75 Registered: November 2005 Location: Malaysia
|
Member |
|
|
AngelPortal wrote on Thu, 28 December 2006 17:49 | all the iml file are empty!!!
|
Hi,
This is strange!
This version was built using Ultimate++ 612-dev2, compiled with MSC8 Optimal build and tested on Windows 2000.
Best Regards,
Yeoh
|
|
|
|
Re: got error "PathAppend undefined" [message #18110 is a reply to message #6013] |
Wed, 10 September 2008 19:22  |
 |
amando1957
Messages: 57 Registered: November 2007 Location: Wien/Vienna/Viden
|
Member |
|
|
Hi to all,
Tried to run it at WIN2K with 2008.1, but got the following (excerpt):
C:/upp/out/MyUppApp/MINGW.Debug.Debug_full.Gui.Main\$blitz.o: In function `_ZN8MyUppApp11che
ckConfigEv':
D:/upp/MyApps/MyUppApp/MyUppApp.cpp:313: undefined reference to `__imp__PathAppendA@8'
D:/upp/MyApps/MyUppApp/MyUppApp.cpp:315: undefined reference to `__imp__PathAppendA@8'
D:/upp/MyApps/MyUppApp/MyUppApp.cpp:339: undefined reference to `__imp__PathAppendA@8'
D:/upp/MyApps/MyUppApp/MyUppApp.cpp:340: undefined reference to `__imp__PathAppendA@8'
C:/upp/out/MyUppApp/MINGW.Debug.Debug_full.Gui.Main\$blitz.o: In function `_ZN7OptionsC1Ev':
The only files were "PathAppend" can be found in are "MyUppApp.cpp" and "Options.cpp". Interesting that following code:
#ifdef flagWIN32
TCHAR szPath[MAX_PATH];
SHGetFolderPath(NULL, CSIDL_APPDATA, NULL, 0, szPath);
PathAppend(szPath,"MyUppApp");
PathAppend(szPath, cfgfile);
fullpathtocfgfile = szPath;
#else
fullpathtocfgfile = cfgfile;
#endif
can be found in both.
@Yeoh: that's intended? Seems to be redundant code.
Commenting one of them had the effect that the errors from before were gone, but got the missing "szPath", which is not a miracle.
Anyone has a hint for me please?
kind greets
Martin
|
|
|
Goto Forum:
Current Time: Tue Apr 29 08:22:54 CEST 2025
Total time taken to generate the page: 0.03473 seconds
|
|
|