CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Escapetomsfate

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    7,246

    Re: Dialogs in visual c++ 2008

    Overall, would it be a better choice to just upgrade then?
  2. Replies
    5
    Views
    7,246

    Re: Dialogs in visual c++ 2008

    Thanks for replying.

    So, what are the other ways? Are there any ways to do it visually in the express edition?
  3. Replies
    5
    Views
    7,246

    Dialogs in visual c++ 2008

    This is very much a noob question, and for that I apologize.

    I want to make a dialog in visual c++ 2008. Apparently I must use the "MFC Wizard". When I click new project, this does not come up as...
  4. Best way to import/export data in DLLs?

    Hello all.

    What is the best way to port data between dlls? Would it be with namespaces, or dllimport / dlllexport?

    I've searched around for examples etc, but I cannot find much info.

    Thanks.
  5. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    Of course! duh! Thanks a lot.
  6. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    I only get an error when I use a function of the iterator (it, using Weapon class functions).

    How do I make a class push back itself on construction? I'm sure that's the problem.
  7. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    Thanks for the help. I already know that this is the code causing the CTD:



    DLLCLBK void opcPreStep(double simt, double simdt, double mjd)
    {

    //loop through all weapons, and destroy them....
  8. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    Thanks plasmator, really helpful :)

    I really don't know which window shows what the problem is. This is the registers window;


    EAX = 00079D40 EBX = 00079B30 ECX = 00079D18 EDX = 00000000 ESI =...
  9. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    Oh Yeah.....

    So how do I set it up?
  10. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    Can you do this with DLLs? that's what I'm making.
  11. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    Can I ask why it is necessary to use std::string and then convert, when you can just pass a const char?

    I've been learning c++ for a month or so, and I don't really understand why some functions...
  12. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    I have to use const char, because that's what the APIs require. I can't use a debugger either, because Orbiter has no built in debugging information.

    EDIT: more info on my problem;

    I can run an...
  13. Replies
    24
    Views
    20,088

    Re: Vector, class, and iterator issues

    Thank you for the quick reply.

    Where do you think the problem lies, then? Persumably the WeaponList vector? Or perhaps the Weapon class?
    Here is the declaration of the weapon class;


    //The...
  14. Replies
    24
    Views
    20,088

    Vector, class, and iterator issues

    Hello, I'm new to this forum.

    I'm making a Combat addon fro the space flight simulator, orbiter (www.orbitersim.com). You include compiled libraries to make the addons. I'm pretty sure my problem...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured