Problem In code

R

ranjeet

Dear All !!

I have a code which is giving the desired reults.

Now I am making the DLL of the code in VC6 and then run this DLL and
I am able to get the same Result what I want.

Now when I make a project in .net of this code, then also I get the
same result.

Now when I make the dll of this code in the .NET then I get the Undesired
result.

I have kept the seting for VC6 and the .NET same in both the cases while
making the DLL

Has any bpdy faced this problem in past or any one can guide on this issue.
Please let me know at the earliest. Why there is variation of the DLL ??
of the same code. Is there some problem in the code ???

Note: The Code which i have written is for the DSP. means I am doing lots
of computation in the code.

Thanks In advance

Regards
Ranjeet Gupta
 
A

Artie Gold

ranjeet said:
Dear All !!

I have a code which is giving the desired reults.

Now I am making the DLL of the code in VC6 and then run this DLL and
I am able to get the same Result what I want.

Now when I make a project in .net of this code, then also I get the
same result.

Now when I make the dll of this code in the .NET then I get the Undesired
result.

I have kept the seting for VC6 and the .NET same in both the cases while
making the DLL

Has any bpdy faced this problem in past or any one can guide on this issue.
Please let me know at the earliest. Why there is variation of the DLL ??
of the same code. Is there some problem in the code ???

Note: The Code which i have written is for the DSP. means I am doing lots
of computation in the code.
Either there's a bug in our code that elicits undefined behavior (which
possibly includes getting the desired results) or it's a platform
specific issue.

Without seeing code, there's no way to tell if it's the former; if it's
the latter, you'll have to ask in an appropriate MS newsgroup.

HTH,
--ag
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top