Home » Developing U++ » UppHub » SysInfo, String functions and cygwin
SysInfo, String functions and cygwin [message #22573] |
Mon, 27 July 2009 23:37  |
Didier
Messages: 726 Registered: November 2008 Location: France
|
Contributor |
|
|
Hi,
I usually develop my software under linux, and when I want or need a windows version just compile it using cygwin and mingw, the resulting executable is directly usable under windows.
My problem is the following:
- The SysInfo package does not compile under CygWin (I could expect that due to the nature of the package).
- the
String Replace(String str, String find, String replace) function is part of SysInfo and i need (only that)
I know this subject has already been discussed before, but all the pure string functions should be moved to core or somewhere else.
I resolved it by copying the needed function so I could remove the SysInfo package. But that's definitely not very cool !
|
|
|
Goto Forum:
Current Time: Wed Apr 30 23:32:54 CEST 2025
Total time taken to generate the page: 0.02634 seconds
|