> it is better to change it to use more portable (i.e. Posix) stuff,

Thanks, that makes sense.  I can't do that because I've been given an old C
app that I'm not allowed to change.  I'm going to have to write some JS to
emulate GDI and accept calls from the app.  I'd much rather follow your
suggestion.  It would be a lot less painful.




On Mon, Feb 17, 2014 at 6:28 PM, Mark Callow <[email protected]>wrote:

>  On 2014/02/13 10:48, Mark Hahn wrote:
>
>
> It took me a whole day to get the build to complete successfully with the
> windows headers I copied from visual studio.  I butchered the windows
> headers to get all the types to work.
>
>   It generally should not be necessary to copy and butcher headers from
> VS/Windows SDK. If the app is using Windows specific stuff, it is better to
> change it to use more portable (i.e. Posix) stuff, which is included in the
> Emscripten libc, than hacking the windows stuff to compile in Emscripten.
>
> Regards
>
>     -Mark
> --
>  注意:この電子メールには、株式会社エイチアイの機密情報が含まれている場合が有ります。正式なメール受信者では無い場合はメール複製、
> 再配信または情報の使用を固く禁じております。エラー、手違いでこのメールを受け取られましたら削除を行い配信者にご連絡をお願いいたし ます.
>
> NOTE: This electronic mail message may contain confidential and privileged
> information from HI Corporation. If you are not the intended recipient, any
> disclosure, photocopying, distribution or use of the contents of the
> received information is prohibited. If you have received this e-mail in
> error, please notify the sender immediately and permanently delete this
> message and all related copies.
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to