Search:

Type: Posts; User: FwyWice

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,648

    Davros, can I see an example of that? Do you...

    Davros, can I see an example of that? Do you know a site with a tutorial like that.

    I don't understand why all that is nessicary though. I see so many other people compiling dlls with...
  2. Replies
    9
    Views
    1,648

    So Davros, how do I not link against the object...

    So Davros, how do I not link against the object file? Thanks!
  3. Replies
    9
    Views
    1,648

    The reason I keep posting Davros, is because I...

    The reason I keep posting Davros, is because I can't find any sites that actually work. What I mean by that is their tutorials, they aren't working. I keep getting the same errors. I am using...
  4. Replies
    9
    Views
    1,648

    Nope. I am still getting the same error. Any...

    Nope. I am still getting the same error. Any other ideas? Thanks!
  5. Replies
    9
    Views
    1,648

    C++ with DLL problem!

    Ok yesterday I tried getting Vb to work with my C++ dll, but that just didn't work. So now I am trying to get my C++ program to cal on my dll. However hen I compile my C++ test program with my DLL...
  6. Thread: Dll Problem

    by FwyWice
    Replies
    11
    Views
    2,087

    Hmmm... yeah that still doesn't work. Thanks...

    Hmmm... yeah that still doesn't work. Thanks though.

    Wasn't WinMM.Dll written in C++... or Assembly? Or maybe both. Either way WinMM.Dll works with Vb. Thanks so much!!!!!!
  7. Thread: Dll Problem

    by FwyWice
    Replies
    11
    Views
    2,087

    Yes, I am using VC++.NET as my compiler and I...

    Yes, I am using VC++.NET as my compiler and I just tried what you told me but I still got the same
    "Can't Find Entry Point" runtime error. Any other ideas? Thanks so much!
  8. Thread: Dll Problem

    by FwyWice
    Replies
    11
    Views
    2,087

    So what do I need to change? What am I doing...

    So what do I need to change? What am I doing wrong?

    // DreamLib.cpp : Defines the entry point for the DLL application.
    //

    #include "stdafx.h"
    #include <mmsystem.h>


    BOOL APIENTRY...
  9. Thread: Dll Problem

    by FwyWice
    Replies
    11
    Views
    2,087

    I don't wanna make a com file. I just wanna...

    I don't wanna make a com file. I just wanna write a Dll function that can be executed my other programs calling on it. That's all I want. Any ideas? Thanks!
  10. Thread: Dll Problem

    by FwyWice
    Replies
    11
    Views
    2,087

    Ok, I changed my code using a class as so ...

    Ok, I changed my code using a class as so

    class PlayWav {
    public:
    PlayWav();
    PlayWav(char File){
    PlaySound(&File,NULL,SND_FILENAME|SND_ASYNC);
    }
    };
  11. Thread: Dll Problem

    by FwyWice
    Replies
    11
    Views
    2,087

    Dll Problem

    Hi! I am aking my first DLL and I wrote a function to play a sound and then I wrote a VB app to call on the dll. When I run my App, it gets a run time error saying my DLL has a

    "Bad Dll...
  12. The only error message I am getting is ...

    The only error message I am getting is

    c:\Documents and Settings\Owner\My Documents\Visual Studio Projects\CSound\Main.cpp(30): error C2352: 'IDirectMusicPerformance::Init' : illegal call of...
  13. Direct Music Illegal Static Member Call error

    Hmmm I am still ining Direct Music. I am a first timer so please bare with me. Still leag Direct X with C++.

    I said

    IDirectMusicPerformance::Init (&DMusic,NULL,hwnd);

    And I get an...
  14. Replies
    5
    Views
    2,267

    The only real difference I see is that you can...

    The only real difference I see is that you can create .Net objects and that you can have your code compiled into the new immdeidate language for the Just in Time compiler. Oh and I think the New IDE...
  15. Replies
    1
    Views
    3,186

    C# Compiled to Machine Code

    Just a question. I know that he .Net framework uses a JITD to compile you immediate language code so that it may work on any platform. However say I want to compile my C# program to run on a...
  16. Replies
    1
    Views
    1,598

    How to Ini variables in C#

    Hello! Maybe my title name was a bad choice huh? I am new to C# and am using Visual C# .NET

    I need to know where in my code that I can Ini variables so that they can be used anywhere in my...
  17. Replies
    5
    Views
    2,267

    Direct Music Trouble

    Hey guys, a lil prob here. I am trying to intialize the Com for Direct Music. I am using Vc++ .NET and am using the Direct Soundlibrary. Here is my code

    #include <iostream.h>
    #include...
  18. Replies
    8
    Views
    1,644

    Hey guys! I do Palm, gameboy, ps, and some...

    Hey guys! I do Palm, gameboy, ps, and some Nintendo programming. Here's the info you are looking for!


    Gameboy has no os which is true. However the Ps2, Ps GC, and Xbox all have their...
  19. Replies
    1
    Views
    1,180

    Outputting data to ports

    I am trying to ouput data to the parrallel portbut am having some trouble.

    I am using Vc++.Net

    I said

    void outportb(UINT portid,BYTE value)
    {
    __asm mov edx,portid
    __asm mov al,value
Results 1 to 19 of 19