Home » Developing U++ » UppHub » My Simple U++ Application
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
|
|
|
 |
|
My Simple U++ Application
By: yeohhs on Sat, 28 October 2006 09:21
|
 |
|
Re: My Simple U++ Application
By: forlano on Sat, 28 October 2006 18:55
|
 |
|
Re: My Simple U++ Application
By: mirek on Sun, 29 October 2006 03:54
|
 |
|
Re: My Simple U++ Application
By: mirek on Sun, 29 October 2006 04:12
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Sun, 29 October 2006 06:02
|
 |
|
Re: My Simple U++ Application
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Sun, 29 October 2006 05:53
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Sun, 29 October 2006 10:52
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Sun, 29 October 2006 11:42
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Fri, 10 November 2006 14:42
|
 |
|
Re: My Simple U++ Application
By: masu on Fri, 10 November 2006 16:30
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Fri, 10 November 2006 18:16
|
 |
|
Re: My Simple U++ Application
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Sat, 11 November 2006 10:56
|
 |
|
Re: My Simple U++ Application
By: mirek on Sat, 11 November 2006 11:47
|
 |
|
Re: My Simple U++ Application
|
 |
|
Re: My Simple U++ Application
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Sat, 11 November 2006 14:40
|
 |
|
Re: My Simple U++ Application
By: masu on Sun, 12 November 2006 19:47
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Mon, 13 November 2006 04:24
|
 |
|
Re: My Simple U++ Application
By: Balage on Tue, 19 December 2006 01:03
|
 |
|
Re: My Simple U++ Application
By: forlano on Tue, 19 December 2006 09:25
|
 |
|
Re: My Simple U++ Application
By: Balage on Tue, 19 December 2006 10:10
|
 |
|
Re: My Simple U++ Application
By: zsolt on Tue, 19 December 2006 11:02
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Tue, 19 December 2006 15:12
|
 |
|
Re: My Simple U++ Application
|
 |
|
Re: My Simple U++ Application
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Fri, 29 December 2006 06:27
|
 |
|
Re: My Simple U++ Application
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Fri, 29 December 2006 06:11
|
 |
|
Re: My Simple U++ Application
By: yeohhs on Fri, 22 December 2006 14:05
|
 |
|
Re: got error "PathAppend undefined"
|
Goto Forum:
Current Time: Fri Jul 18 11:06:29 CEST 2025
Total time taken to generate the page: 0.03742 seconds
|