Search results

  1. Doomulation

    Templates

    A simple question. Is it possible, with templates, to actually deduce, or know, the type of the argument passed to a function? In a little sample, say a Registry class with the function to retrieve something from the registry. The function would take a buffer. With this information, it would be...
  2. Doomulation

    Windows madness

    Okay, just, let's see... three issues here? Think you can help me a bit? >_< First issue is Windows Media Player - although some might not like it; I find no problems with it and it is my main media player. However, recently it doesn't work. I tried to uninstall it and windows media...
  3. Doomulation

    Weird Memory Problem

    I'm at a loss; there seems to be some BIG error, but I do not know what. Look at this simple declaration (MFC): // CCommandLauncherDlg dialog class CCommandLauncherDlg : public CDialog { // Construction public: CCommandLauncherDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data...
  4. Doomulation

    Odbc

    I'm wanting to know if anyone here knows anything about ODBC or any in perticular good site about it? We all know that Microsoft APIs drives you nuts after a while when you can't find a solution that the docs don't mention.
  5. Doomulation

    Precision

    So, can you at least help out a lil' with precision here? The precision is too bad using doubles (since 42 / 10 stored in doubles results in 4.20000000000002 or something). SO, I need a way to get around it. An own precision mechanism perhaps? I need the precision because I was writing a little...
  6. Doomulation

    Acrobat Reader

    Okay to be plain with out, I HATE acrobat reader :yucky:. Therefore I dislike pdf documents. It was not long ago that I got furious with the reader and uninstalled it. So now, my question: is there any program BESIDES acrobat reader that can interpret the pdf files, or at the very least, convert...
  7. Doomulation

    Glide64 Teaser

    It's that time again :P Gonetz has been wroking hard and brought you some incredible progress! Looking over the large textures, he has fixed them now. They have been plauging some games, although I don't know exactly which ones. He also fixed a bug in golden eye... and the best of it all: Paper...
  8. Doomulation

    Database

    I'm really in need of a new database solution. Because really, Microsoft's CDatabase for ODBC SUCKS. I did try to write my own but I encountered problems sending long binary data in that a function returned a function sequence error when it should return success or failiure. Duh. I couldn't...
  9. Doomulation

    The Next Upgrade

    I'll just make this short... I've planned for an upgrade sometime, and these parts are probably what I'll choose. Now, even though I'm a guru at computers, evolution has gone pretty fast, I'm not sure if these parts fit each other anymore :P Can anyone veryify that it does work? Albatron K8X890...
  10. Doomulation

    Firefox 1.5 beta 1 released

    Yup. Topic. Firefox 1.5 beta 1 has been released at mozilla. It's the first beta of the upcoming version I think... http://www.mozilla.org/projects/firefox/
  11. Doomulation

    Multi-threaded issues?

    So, I was wondering if you all could help me out a bit... I have a multi-threaded app which spawns threads to make sure the gui is responsive. However, this creates a load of issues. Most access violations occour which are random! Also some MFC functions spawn failed asserts, which leads me to...
  12. Doomulation

    External classes

    Now comes a problem again... this problem is pretty avoidable if headers does not include other headers, but anyway, here's the deal... I have the class CRegistry defined in registry.h. Registry.h must include Global.h since the template functions (in registry.h) need functions defined there...
  13. Doomulation

    Bad, bad compiler

    Okay I was wondering if you could help me dicipline my compiler a little... it all works well in debug, but in release - once again - it sees the code "unneccesary" and thus removes it. The problem is that it removes my error catching code! Look below... SettingsType type = { 1, this, strKey...
  14. Doomulation

    Virtual functions and templates

    I'm wondering, is it possible to mix these somehow? Mixing virtual functions in a template class. Trying to override MFC's WindowProc in a class using templates.
  15. Doomulation

    Parent & child windows

    I was wondering if you had any information that could help me... I'm developing an app that needs to work with two windows. The main window and another. Basically, I want the second to stay on top of the first one, sorta like a child window. I have been unable to do this, however... The reason...
  16. Doomulation

    Glide64 Known Issues List

    If you haven't seen it, or do not know it, there is a glide64 known issues list which iis updated and maintained over at emuxhaven: http://forums.emuxhaven.net/showthread.php?t=4997 Myself, I've been the one who has to maintain the list for a long time now... but the thing is... I don't have...
  17. Doomulation

    Issue #2

    Issue #2... ehh... Currently, I have menues as resources. In the beginning, I'd like to load these up and then dynamically change the text of each from a string table. That isn't too hard, right? Well, the problem is that whenever I call SetMenuInfo, I get an error returned...
  18. Doomulation

    Better listview control

    I was wondering if anyone has any code or control - or whatever - for a better listview control. Obviously I need to edit SUBITEMS in report mode, which the standard control does not allow! Stupid control... I found some source on the net but it was buggy and well... Editing subitems is tricky...
  19. Doomulation

    Icons for toolbars?

    Erm... I think I just have some slight little problem... Thing is, I'm not good at making my own icons, but when I try to copy n' paste (as it even says in the documentation), all I get is a picture with color information lost! How can I actually get the REAL picture in the ms studio? It works...
  20. Doomulation

    Constant members

    I was wondering if there's a way to create const data members in either a struct or a class. The thing is that I wish to create a struct or class with members that I will use fwrite to output directly to the disk. I'm trying to copy a specific format here. Some of the data must be the same...

Top