Search found 33 matches

by greenzyzyzy
Thu Aug 13, 2020 2:20 pm
Forum: C++ Development
Topic: excuse me,wxwidgets is there a function like delphi Application.ShowMainform
Replies: 5
Views: 656

Re: excuse me,wxwidgets is there a function like delphi Application.ShowMainform

doublemax wrote: Thu Aug 13, 2020 2:13 pm If this is it...
http://docs.embarcadero.com/products/ra ... nForm.html

..., then the answer is no. You need to show the main frame/dialog yourself.
ok.thanks all.
by greenzyzyzy
Thu Aug 13, 2020 1:23 pm
Forum: C++ Development
Topic: excuse me,wxwidgets is there a function like delphi Application.ShowMainform
Replies: 5
Views: 656

Re: excuse me,wxwidgets is there a function like delphi Application.ShowMainform

ONEEYEMAN wrote: Thu Aug 13, 2020 12:57 pm Hi,
Show() ?

Thank you.
maybe not. just like show( ) or hide( ).but it is execute on application startup.
by greenzyzyzy
Thu Aug 13, 2020 10:49 am
Forum: C++ Development
Topic: excuse me,wxwidgets is there a function like delphi Application.ShowMainform
Replies: 5
Views: 656

excuse me,wxwidgets is there a function like delphi Application.ShowMainform

excuse me,wxwidgets is there a function like delphi Application.ShowMainform
by greenzyzyzy
Sun Aug 09, 2020 1:41 am
Forum: General Development
Topic: is there any game engine for codeblocks+wxwidgets?
Replies: 8
Views: 4554

Re: is there any game engine for codeblocks+wxwidgets?

doublemax wrote: Sat Aug 08, 2020 5:32 pm
just use windows GUI api .or wxwidgets GUI api can solve the problem? I do not like DDraw.
There is a wxGraphicsContext that uses DirectDraw internally. It's still pure wx API when you use it.
thank you very much.
by greenzyzyzy
Sat Aug 08, 2020 5:08 pm
Forum: General Development
Topic: is there any game engine for codeblocks+wxwidgets?
Replies: 8
Views: 4554

Re: is there any game engine for codeblocks+wxwidgets?

thank you. i want to get the part of engine is 2d object and Collision dection. i think just use wxwidgets and windows api can implement it. i do not need DDraw of directx. I think if you use OpenGL or wxGraphicsContext with DirectDraw for the output, it's possible to get performance good enough fo...
by greenzyzyzy
Sat Aug 08, 2020 1:44 pm
Forum: General Development
Topic: is there any game engine for codeblocks+wxwidgets?
Replies: 8
Views: 4554

Re: is there any game engine for codeblocks+wxwidgets?

There is no specific game engine "for" wxWidgets. The question is, are there any game engines that can run inside a wxWidgets application? At least Unity is not a stand-alone engine, it's tightly bundled with its editor, so that's a no. I don't know much about UE4 engine, but the chances ...
by greenzyzyzy
Sat Aug 08, 2020 7:57 am
Forum: General Development
Topic: is there any game engine for codeblocks+wxwidgets?
Replies: 8
Views: 4554

Re: is there any game engine for codeblocks+wxwidgets?

i am looking for a game engine just like cocos or unity.
by greenzyzyzy
Sat Aug 08, 2020 1:34 am
Forum: General Development
Topic: is there any game engine for codeblocks+wxwidgets?
Replies: 8
Views: 4554

is there any game engine for codeblocks+wxwidgets?

is there any game engine for codeblocks+wxwidgets?
by greenzyzyzy
Thu Aug 06, 2020 11:22 pm
Forum: C++ Development
Topic: is there any functions like delphi Application.ProcessMessages( ), ParamStr( ) ,ParamCount?
Replies: 3
Views: 454

Re: is there any functions like delphi Application.ProcessMessages( ), ParamStr( ) ,ParamCount?

i found GetParam( ) and GetParamCount( )is like delphi ParamStr( ),ParamCount( ) in docs
but how about which one is like delphi Application.ProcessMessages( )
by greenzyzyzy
Thu Aug 06, 2020 10:53 pm
Forum: C++ Development
Topic: is there any functions like delphi Application.ProcessMessages( ), ParamStr( ) ,ParamCount?
Replies: 3
Views: 454

is there any functions like delphi Application.ProcessMessages( ), ParamStr( ) ,ParamCount?

is there any functions like delphi Application.ProcessMessages( ), ParamStr( ) ,ParamCount?
by greenzyzyzy
Wed Jul 29, 2020 5:17 am
Forum: C++ Development
Topic: is there anything with wxBitmap,wxImage,wxDC have functions like delphi tbitmap scanline?
Replies: 2
Views: 404

is there anything with wxBitmap,wxImage,wxDC have functions like delphi tbitmap scanline?

is there anything with wxBitmap,wxImage,wxDC have functions like delphi tbitmap scanline?
last topic i post,is array .i want to use it with this.but i am not successful.
by greenzyzyzy
Tue Jul 28, 2020 12:13 pm
Forum: C++ Development
Topic: excuse me, how to alloc a continuous dynamic 1d array or 2d array?
Replies: 3
Views: 497

excuse me, how to alloc a continuous dynamic 1d array or 2d array?

excuse me, how to alloc a continuous dynamic 1d array or 2d array?
and how about to convert a 1d dynamic array to 2d dynamic array?