Hello Everybody,
I am a newbie in this forum. I have created a COM dll that inside of it I used timeSetEvent() to have a thread that executes every 8ms. But I am having a problem with it because everytime my .exe application used the COM dll, the .exe application slows down. What seems to be the problem with my COM Dll?
Programming Language: c++
Flatform: Win XP
Any help/opinion is greatly appr...
User Profile
Collapse
-
Hello!
Sorry for late reply! I had been busy this past few weeks.
No I havent search it yet in the MSDN. Thanks... -
I want to make an email blaster using c#. That remotely collects the email address on my database then sends an email message to each address.
ThanksLeave a comment:
-
Email Blaster
Hello Everybody,
I want to create an email blaster software. But I don't know where to start.
Any ideas?
Thanks -
I have already tried the #4 and it is now working.
Thanks to everyone for all the help.Leave a comment:
-
Thanks for the replies.
I have use the STL Container Map that stores 2 values and it works.
Below you'll find my code:
class ContainerValues
{
public:ContainerValues (void);private:
~ContainerValue s(void);
void Update(long dwHandle, double dValue);
bool Remove(long Handle);
double Sum();
void Display();map<long, double>m_Map;...Leave a comment:
-
STL Container
Hello Everybody!
I am a newbie in c++. I want to create a simple application that insert, search and displays data. And I am planning to use an STL Container.
What kind of STL Container am I going to use that stores 3 different data types?
example: int, bool, double
Thank you
No activity results to display
Show More
Leave a comment: