Search found 5 matches

by npadbidri
Tue May 01, 2007 2:56 am
Forum: madCodeHook
Topic: IPC Queue Existing ?
Replies: 4
Views: 3952

Re: IPC Queue Existing ?

Yes that would be useful. But I think it would be useful to have a explicit function to check if a queue is existing.

The reason for a separate function is because to CreateIpcQueue if I pass NULL as the callback it returns failure. So it would be good to have a independent function for the same.
by npadbidri
Sat Apr 14, 2007 4:54 pm
Forum: madCodeHook
Topic: IPC Queue Existing ?
Replies: 4
Views: 3952

IPC Queue Existing ?

Thanks, the solution does work.

But we are also assuming that the MADSHI library will never fail to create a queue, right ?

Thanks,
- Nilesh Padbidri.
by npadbidri
Wed Apr 11, 2007 6:12 pm
Forum: madCodeHook
Topic: IPC Queue Existing ?
Replies: 4
Views: 3952

IPC Queue Existing ?

Hi,

I am using the madshi IPC Queue functionality. This queue is being shared across processes.

My project need is that I want to know if the IPC queue has been created by another process. Is there such a API that help me know if the queue is already existing ?

Thanks,
- Nilesh Padbidri.
by npadbidri
Mon Feb 12, 2007 6:46 pm
Forum: madBasic
Topic: Madshi -> Encrypt function
Replies: 3
Views: 16237

Madshi -> Encrypt function

For my current needs I was able to find a C++ BlowFish implementation on CodeProject.

Any specific reasons why we have it this way ?
by npadbidri
Sun Feb 11, 2007 11:21 am
Forum: madBasic
Topic: Madshi -> Encrypt function
Replies: 3
Views: 16237

Madshi -> Encrypt function

Hi EB,

I want to use the Encrypt & Decrypt functions of MadBasic in VC++ 2005 or VC++ 6.0, is this possible ?

The reason I am asking this question is, because I do not see the .H or LIB or DLL files for MadBasic, after I have installed madCollection.

Thanks,
- Nilesh Padbidri.