Computers & Internet Logo

Related Topics:

Posted on May 29, 2008
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Not able to remove a software

I installed reliance netconnect card, but lateron found it to be 32bit. am not able to remove it. an error msg ox80040703 appears every time i try to remove it

1 Answer

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

  • Master 813 Answers
  • Posted on May 29, 2008
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Joined: Feb 16, 2008
Answers
813
Questions
6
Helped
356918
Points
2058

Error Number: 0x80040703
Description:Failed to find dll function: SAM.AddProperty

I am able to load the dll but not call the methods.

The method that is being called from my c++.NET dll is:
void AddProperty(String *name, String *value) throw(...);

Below is my install script:

prototype SAM.AddProperty(POINTER,POINTER);
nResult = UseDLL(SUPPORTDIR ^ "SAM.dll");

STRING sKey;
STRING sValue;
POINTER psKey;
POINTER psValue;
sKey="Key";
sValue="Value";

psKey = &sKey;
psValue=&sValue;

AddProperty(psKey, psValue);

I also tried sending in STRINGS instead of POINTER but that didn't work either.

prototype SAM.AddProperty(STRING,STRING);
nResult = UseDLL(SUPPORTDIR ^ "SAM.dll");

STRING sKey;
STRING sValue;

sKey="Key";
sValue="Value";

AddProperty(sKey, sValue);

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

220 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73781 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42220 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...