Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Interface issue when implementing Factory pattern Pin
Eddy Vluggen16-Nov-12 13:46
professionalEddy Vluggen16-Nov-12 13:46 
GeneralRe: Interface issue when implementing Factory pattern Pin
MichCl19-Nov-12 2:20
MichCl19-Nov-12 2:20 
AnswerRe: Interface issue when implementing Factory pattern Pin
Eddy Vluggen19-Nov-12 2:32
professionalEddy Vluggen19-Nov-12 2:32 
GeneralRe: Interface issue when implementing Factory pattern Pin
MichCl19-Nov-12 3:51
MichCl19-Nov-12 3:51 
GeneralRe: Interface issue when implementing Factory pattern Pin
Eddy Vluggen19-Nov-12 4:46
professionalEddy Vluggen19-Nov-12 4:46 
GeneralRe: Interface issue when implementing Factory pattern Pin
MichCl19-Nov-12 9:38
MichCl19-Nov-12 9:38 
GeneralRe: Interface issue when implementing Factory pattern Pin
Eddy Vluggen19-Nov-12 9:53
professionalEddy Vluggen19-Nov-12 9:53 
QuestionIssue in accessing 32 bit C++ DLL in Windows Server 2008 Pin
Kumaran Poongavanam16-Nov-12 8:32
Kumaran Poongavanam16-Nov-12 8:32 
Hi All,
We are facing a critical issue in our application and I need your help in solving this issue:

Currently our application is communicating with Mainframes to get the Statements and we are using AFP2PDF converter to convert the AFP file format from Mainframes to the PDF format. The flow of the application is like :
.Net application --> stiSocket dll --> AFP2PDF dll

Existing application in deployed in Windows Server 2003 (32 – bit System) and the stiSocket dll is built for 32 bit and AFP2PDF dll is also built for 32 bit. So there is no problem in the existing application.

Now we are deploying the code in Windows Server 2008 (64 – bit system) and the first problem we faced is the communication between the >net application and the stiSocket.dll. This issue occurs because the 64-bit application tries to call the 32 bit stiSocket.dll. we solved this issue by re-compiling the stiSocket application in a 64 bit system and we changed the setting of the project to work the dll in 64 bit system.
(we had the source code of the stiSocket application).

Then the problem comes when the stiSocket.dll communicates with the AFP2PDF dll. This again occurs when the 64 bit stiSocket dll communicates with the 32 bit version of AFP2PDF dll. We could not able to change the settings for this dll as we don’t have the source code for this dll.

Is there any way to call the 32 bit C++ dll in the 64 version of dll?

Kindly give your comments on this issue.

Thanks
AnswerRe: Issue in accessing 32 bit C++ DLL in Windows Server 2008 Pin
Eddy Vluggen16-Nov-12 9:04
professionalEddy Vluggen16-Nov-12 9:04 
GeneralRe: Issue in accessing 32 bit C++ DLL in Windows Server 2008 Pin
Kumaran Poongavanam16-Nov-12 10:09
Kumaran Poongavanam16-Nov-12 10:09 
AnswerRe: Issue in accessing 32 bit C++ DLL in Windows Server 2008 Pin
Dave Kreskowiak16-Nov-12 11:55
mveDave Kreskowiak16-Nov-12 11:55 
AnswerRe: Issue in accessing 32 bit C++ DLL in Windows Server 2008 Pin
jschell17-Nov-12 6:11
jschell17-Nov-12 6:11 
QuestionOutlook 2010 / C# - Hide or Remove item from ContextMenuContactItem + add custom item into it Pin
Cristian Capannini16-Nov-12 5:20
Cristian Capannini16-Nov-12 5:20 
QuestionException Handling Pin
Phanindra26116-Nov-12 3:21
Phanindra26116-Nov-12 3:21 
AnswerRe: Exception Handling Pin
BobJanova16-Nov-12 3:41
BobJanova16-Nov-12 3:41 
GeneralRe: Exception Handling Pin
Phanindra26116-Nov-12 8:03
Phanindra26116-Nov-12 8:03 
AnswerRe: Exception Handling Pin
Clifford Nelson16-Nov-12 9:49
Clifford Nelson16-Nov-12 9:49 
GeneralRe: Exception Handling Pin
Dave Kreskowiak16-Nov-12 11:49
mveDave Kreskowiak16-Nov-12 11:49 
AnswerRe: Exception Handling Pin
Orjan Westin16-Nov-12 4:37
professionalOrjan Westin16-Nov-12 4:37 
AnswerRe: Exception Handling Pin
SledgeHammer0116-Nov-12 9:55
SledgeHammer0116-Nov-12 9:55 
JokeRe: Exception Handling Pin
Mycroft Holmes16-Nov-12 15:42
professionalMycroft Holmes16-Nov-12 15:42 
AnswerRe: Exception Handling Pin
jschell17-Nov-12 6:20
jschell17-Nov-12 6:20 
QuestionManual Coding vs Code Generation Pin
Phanindra26116-Nov-12 0:22
Phanindra26116-Nov-12 0:22 
AnswerRe: Manual Coding vs Code Generation Pin
DaveyM6916-Nov-12 0:46
professionalDaveyM6916-Nov-12 0:46 
GeneralRe: Manual Coding vs Code Generation Pin
n.podbielski16-Nov-12 1:06
n.podbielski16-Nov-12 1:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.