Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by uther8472

  1. U

    How to compile C++ source code in DLL and use in Delphi app?

    Using VC++ DLL in Delphi hi, try to declare your function in Delphi as showed below: function MyFunctionFromVCDLL():LongInt; cdecl external 'myvcdll.dll'; for function in VC: extern __declspec(dllexport) unsigned long MyFunctionFromVCDLL(); ut
  2. U

    Need help on Image Processing using C++

    hi, there is a some old book "Visual C++ 5 Power Toolkit for Windows 95 and Windows Nt: Cutting-edge Tools and Techniques for Programmers" by Richard C. Leinecker _hxxp://www.amazon.co.uk/exec/obidos/ASIN/1566045282/ chapters Ch. 3. Image Point Processing Ch. 4. Image Area Processing...
  3. U

    what is suitable dsp board for real- time video processing??

    hi, look at (Matrox web site) .**broken link removed** they have software library for these cards too (MIL) uther
  4. U

    Need IR remote control (TVs etc.) protocols

    hi, look at that _hxxp://www.lirc.org/ _hxxp://lirc.sourceforge.net/remotes/ uther
  5. U

    C++ question! - help with malloc, code understanding

    hi #define NR_END 1 NR_END is "just in case" in order to not return 0 uther
  6. U

    Example source code for Virtual Serial Port device driver

    virtual serial com driver source code hi, There is something called POSUSB (COM port interface for USB Point-of-Sale devices) (made by MS in 1999) not available in any MS site now... You have to do google/google groups search.... maybe someone will have that file uther
  7. U

    Low frequency RF communication

    hi, Try to find "IEEE transaction on communications" April 1974 Volume COM-22 the main theme of this volume is ELF (antenna design, propagation etc) it's a quite old, but some parts are useful all the time .... uther
  8. U

    PC based spectrum analyzer for >500MHz

    hi, look at wxw.signatec.com they have a 3 cards AD fs=500MHz AD fs=1GHz DA fs=200MHz if you need more info PM me ... uther
  9. U

    windows interrupt ???

    wdm driver interrupt.vector hi, no no ... changing a interrupt vector table in NT 2000 and XP is very complicated and it need a writing a pice of code using DDK.... and it isn't a easy task .... but in user mode you can use SetTimer KillTimer and Callbacks etc... what you want to do...

Part and Inventory Search

Back
Top