Home » Community » Newbie corner » Maybe stupid qustions for UPP developers...
Re: Maybe stupid qustions for UPP developers... [message #29204 is a reply to message #29200] |
Sun, 10 October 2010 14:41   |
andrei_natanael
Messages: 262 Registered: January 2009
|
Experienced Member |
|
|
Hello,
1. Try the following code:
#include <windows.h>
int CALLBACK WinMain(HINSTANCE hI, HINSTANCE hP, LPSTR lC, int nC)
{
MessageBox(HWND_DESKTOP, "Switched to value 0", "Switch", MB_OK | MB_ICONINFORMATION);
return 0;
}
// hopefully correct, not tested
Observe the window. If same happen, then it's a Windows issue, not U++.
2. There is FileSel for file selection which is same on all platforms and FileSelector which is native for Windows and in Linux/Unix is a typedef for FileSel.
Andrei
|
|
|
Goto Forum:
Current Time: Sat Jul 19 12:16:28 CEST 2025
Total time taken to generate the page: 0.03830 seconds
|