Wine console app -

Questions about Wine on Linux
Locked
magick93
Level 1
Level 1
Posts: 6
Joined: Thu Sep 14, 2017 10:06 pm

Wine console app -

Post by magick93 »

Hello

Im developing a wine console app. The purpose is to be able to use a .dll on Linux.

It is working well however when I run it I get various warnings such as:

err:winediag:nulldrv_CreateWindow Application tried to create a window, but no driver could be loaded.
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
Could not load wine-gecko. HTML rendering will be disabled.

It seems that I havent compiled it explicitly as a console app.

Can anyone tell me how I would do this using Cmake?

Thanks
Locked