Hi Albrecht,

Still get the same error in release when I set Linker/Subsystem to Windows.
If I set it to Console, the program builds fine but displays a dos window at
runtime. seems to be no way out of it. Any idea now as to how it can be
fixed? Best regards, Asif


On Fri, May 20, 2011 at 11:11 PM, asif saeed <[email protected]> wrote:

> oops! there is no main in here, sorry. I'll take care the next time. Thank
> you very much again. Best regards, Asif
>
>
>
> On Fri, May 20, 2011 at 11:09 PM, asif saeed <[email protected]> wrote:
>
>> No, it seems to be something else probably. I have now copy/pasted code
>> from trackball.c and I get the same error - no matter whether I choose
>> subsystem:windows or console. Any idea about what is wrong?
>>
>> Best regards, Asif
>>
>>
>>
>> On Fri, May 20, 2011 at 11:05 PM, asif saeed <[email protected]> wrote:
>>
>>> One point: I have to set the Linker/subsystem to console to get this
>>> error out. Lemme check this out in release and I'll get back with more
>>> feedback. Thank you very much, Asif
>>>
>>>
>>>
>>> On Fri, May 20, 2011 at 10:33 PM, asif saeed <[email protected]>wrote:
>>>
>>>> Hi Albrecht :)
>>>>
>>>> Now you're telling me the thing :) Ok, I am gonna test the whole thing
>>>> in release mode. Thank you very much for your help and patience.
>>>>
>>>> Best regards, Asif
>>>>
>>>>
>>>> On Fri, May 20, 2011 at 10:29 PM, Albrecht Schlosser <
>>>> [email protected]> wrote:
>>>>
>>>>> On 20.05.2011 at 19:13, Greg Ercolano wrote:
>>>>>
>>>> Aside from that: Asif, you can't get rid of the console window if
>>>>> you link with fltkdlld.dll (the one with the 'd'), since this is
>>>>> the debugging dll, and it is a *feature* that this dll version
>>>>> always opens a console window. You must use the fltkdll.dll (built
>>>>> in "Release" mode) and set /subwindows:windows to get rid of the
>>>>> console!
>>>>>
>>>>
>>>>
>>>
>>
>
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to