Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~932 People Reached
Favorite Tags
Member Avatar for wakeup

I developed a c++ ATL com dll. I'm trying to use it in C#. In C# I have a method with a parametr of "ref object" type (in C++ is a VARIANT* I convert it to SAFEARRAY of doubles). For use this method I create a double[] variable but it …

Member Avatar for aptechit
0
641
Member Avatar for wakeup

This is the code char number[]="0.58"; double value = atof(number); When I execute it value is 0.57999999999999996 Do you know why? Thanks in advance

Member Avatar for White-Gandalf
0
81
Member Avatar for wakeup

Is possible to acces to a COM dll from a C program? Do you have any example? Thanks in advance

Member Avatar for morb
0
67
Member Avatar for wakeup

Hi I'm goint to have two web servers, one linux and another windows. I want have two webs in same domain. I want go to [url="http://www.mydomain.com/"]http://www.mydomain.com[/url] and enter to linux webserver, and writing [url="http://www.mydomain.com/any"]http://www.mydomain.com/any[/url] go to windows webserver. But I want to Url don't change of domainname. I want to …

Member Avatar for wakeup
0
143