From: Ralph T. <ra...@gm...> - 2005-03-17 07:53:49
|
Hello, I've started to write a Win32 implementation of the test/visual program. What's the best way for me to write something which can be checked in? I was planning on moving the proxy objects in client_assembler.cpp into a separate hpp and cpp files, writing a Win32 version of ui_core_implementation.cpp and making an abstract interface to the main loops (i.e.: RunApplicationEventLoop and GetEvent/TranslateEvent/DispatchEvent). This should be enough to turn the visual sample into a library and example which can be used by other people more readily than the current stuff can. Thanks, Ralph |