certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [certi-dev] Feature Request - Non console application for RTIA


From: Michael Raab
Subject: Re: [certi-dev] Feature Request - Non console application for RTIA
Date: Mon, 29 Nov 2010 08:34:44 +0100

Hi,

savannah.nongnu.org seems to be down. Could you send the patch via mail?

Thanks,
Michael



Dipl.-Inf. Michael Raab

Fraunhofer-Institut für Fabrikbetrieb und -automatisierung IFF
Virtuell Interaktives Training
Sandtorstr. 22, 39106 Magdeburg, Germany                
Telefon +49 (0) 391/ 40 90 122
Telefax +49 (0) 391/ 40 90 115
address@hidden
http://www.iff.fraunhofer.de oder http://www.vdtc.de



Von:        Eric Noulard <address@hidden>
An:        CERTI development discussions <address@hidden>
Datum:        11/26/2010 04:40 PM
Betreff:        Re: [certi-dev] Feature Request - Non console application for RTIA
Gesendet von:        address@hidden




2010/11/26 Michael Raab <address@hidden>:
> Your proposal works well, building RTIA results in a linker error.
> I think on windows we will need a different program entry point...
> We need to add something like this to main.cc for RTIA (below usual main())
>
> #ifdef _WIN32
> int APIENTRY
> WinMain(struct HINSTANCE__ *hInstance,
>           struct HINSTANCE__ *hPrevInstance,
>           LPSTR cmd,
>          int show)
> {
>         return main( __argc, __argv );
> }
> #endif

This is awkward, and also an example my poor knowledge of the windows platfrom.
Could you try the following patch:
https://savannah.nongnu.org/patch/index.php?7406

it should avoid the windows without collateral effect.


--
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org

--
CERTI-Devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/certi-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]