Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to draw a line on a CStatic control Pin
Anonymous3-Aug-05 23:39
Anonymous3-Aug-05 23:39 
AnswerRe: how to draw a line on a CStatic control Pin
ThatsAlok5-Aug-05 3:28
ThatsAlok5-Aug-05 3:28 
GeneralPlz help with CLongBinary Pin
Razi Al-Sayed3-Aug-05 13:50
Razi Al-Sayed3-Aug-05 13:50 
GeneralRe: Plz help with CLongBinary Pin
Christian Graus3-Aug-05 14:03
protectorChristian Graus3-Aug-05 14:03 
GeneralInvoke rename Pin
Gurra_Koo3-Aug-05 9:58
Gurra_Koo3-Aug-05 9:58 
GeneralRe: Invoke rename Pin
David Crow3-Aug-05 10:16
David Crow3-Aug-05 10:16 
GeneralRe: Invoke rename Pin
Gurra_Koo3-Aug-05 10:19
Gurra_Koo3-Aug-05 10:19 
QuestionHow to design a 2D Map designer in a worskpace MDI application Pin
bouli3-Aug-05 9:30
bouli3-Aug-05 9:30 
Hello Gurus,

I wish to build an application that will be a map designer for old fashionned 2D games.

The workspace will contain:

- references to tiles which are bitmaps either opened from existing bmp files or created by the application. So I will provide a simple bitmap editor. These bitmaps will be stored in separate .bmp files at a given path. I intend to save the path of the bitmap files in the main document. The tiles will be 3 sizes: 8x8, 16x16 or 32x32. The tiles are in 4 gray scales.

- tables: Once tiles are done (at least one tile), we can create tables of tiles. The tables will contain references to the tiles. All tiles in a table are the same size: 8x8 or 16x16 or 32x32.

- sprites, once tables are built (at least one table), we can create sprites, which are composed of tiles. the sprites's size are a multiple of the tile's size in width and eight.

- frames: These sprites can contain several frames. Frames are a set of sprites (of course). The size of sprites are any size but a multiple of the tiles in width and in height. all frames must be the same size.

- maps, like sprites, once tables are created (at least one), we can create maps. The size of map are any size but a multiple of the size of tile in widht and eight.

The document will open or save all these information.

I want to build all in visual with drag'n drop stuffs for the tables, sprites and maps editors.

I hope you see the application I wish to build.

How can I handle such application in MFC?

Thanks for the suggestions and helps.

Best regards.

Fred.



There is no spoon.
AnswerRe: How to design a 2D Map designer in a worskpace MDI application Pin
Blake Miller3-Aug-05 9:41
Blake Miller3-Aug-05 9:41 
GeneralRe: How to design a 2D Map designer in a worskpace MDI application Pin
bouli3-Aug-05 9:44
bouli3-Aug-05 9:44 
GeneralRe: How to design a 2D Map designer in a worskpace MDI application Pin
Blake Miller3-Aug-05 10:26
Blake Miller3-Aug-05 10:26 
AnswerRe: How to design a 2D Map designer in a worskpace MDI application Pin
Graham Bradshaw3-Aug-05 13:00
Graham Bradshaw3-Aug-05 13:00 
Generalpls help: Access Violation Pin
valerie993-Aug-05 9:14
valerie993-Aug-05 9:14 
GeneralRe: pls help: Access Violation Pin
David Crow3-Aug-05 10:18
David Crow3-Aug-05 10:18 
GeneralRe: pls help: Access Violation Pin
valerie993-Aug-05 10:40
valerie993-Aug-05 10:40 
GeneralRe: pls help: Access Violation Pin
Blake Miller3-Aug-05 10:28
Blake Miller3-Aug-05 10:28 
GeneralRe: pls help: Access Violation Pin
valerie993-Aug-05 10:53
valerie993-Aug-05 10:53 
GeneralRe: pls help: Access Violation Pin
valerie993-Aug-05 12:48
valerie993-Aug-05 12:48 
GeneralCalibration in ATM machines Pin
celllllllll3-Aug-05 7:52
celllllllll3-Aug-05 7:52 
GeneralRe: Calibration in ATM machines Pin
Maximilien3-Aug-05 8:15
Maximilien3-Aug-05 8:15 
GeneralRe: Calibration in ATM machines Pin
celllllllll3-Aug-05 8:23
celllllllll3-Aug-05 8:23 
GeneralRe: Calibration in ATM machines Pin
GKarRacer3-Aug-05 8:36
GKarRacer3-Aug-05 8:36 
GeneralRe: Calibration in ATM machines Pin
celllllllll3-Aug-05 12:16
celllllllll3-Aug-05 12:16 
GeneralRe: Calibration in ATM machines Pin
GKarRacer3-Aug-05 13:18
GKarRacer3-Aug-05 13:18 
GeneralRe: Calibration in ATM machines Pin
celllllllll3-Aug-05 14:00
celllllllll3-Aug-05 14:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.