Click here to Skip to main content
15,887,214 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questiontool text gdi+ Pin
ramaluciano14-May-09 4:59
ramaluciano14-May-09 4:59 
QuestionClickOnce and Sandbox? Pin
Atul Kharecha14-May-09 0:50
Atul Kharecha14-May-09 0:50 
Questionsplitting in VB.NET without delimiters Pin
poojapande13-May-09 23:06
poojapande13-May-09 23:06 
AnswerRe: splitting in VB.NET without delimiters Pin
Pete O'Hanlon13-May-09 23:24
mvePete O'Hanlon13-May-09 23:24 
GeneralRe: splitting in VB.NET without delimiters Pin
Luc Pattyn14-May-09 1:33
sitebuilderLuc Pattyn14-May-09 1:33 
AnswerRe: splitting in VB.NET without delimiters Pin
Fernando Soto14-May-09 8:28
Fernando Soto14-May-09 8:28 
QuestionDisable "Print" & "Save As" Options From Moss 2007 document Library Pin
Kronfolitto13-May-09 22:12
Kronfolitto13-May-09 22:12 
QuestionLink error with C++ code with Intel fortran code. Pin
lavate malllik13-May-09 21:47
lavate malllik13-May-09 21:47 
I had installed the Intel fortran in my PC.
I had created the Test.F90 (fortran code)
SUBROUTINE GetNum (num, unit)
REAL*8 num,unit
unit = num+10
RETURN
END

I had created the c++ code in Microsft Visual studio 2005.
#include<iostream>
using namespace std;

extern "C"
{
__declspec(dllimport)
void _stdcall GetNum(double&,double&);
}
void main()
{
cout << "Hi MalliKARJUN" << endl;
double a,b;
a=10.0;
b=0.0;
GetNum(a,b);

}
I had added the fortan dependencis project with the above c++ project .
Above c++ project compile successfullly but it gives following errro while we build the code
error LNK2019: unresolved external symbol __imp__GetNum@8 referenced in function _main
Kindly help me out to resolve this issue
QuestionBootstrapper Pin
netDeveloper13-May-09 21:45
netDeveloper13-May-09 21:45 
AnswerRe: Bootstrapper Pin
netDeveloper13-May-09 22:50
netDeveloper13-May-09 22:50 
GeneralRe: Bootstrapper Pin
netDeveloper14-May-09 1:51
netDeveloper14-May-09 1:51 
QuestionWindows address book Pin
ashish purwar13-May-09 19:57
ashish purwar13-May-09 19:57 
QuestionDelete Record from Data Grid Pin
saif_saifi12-May-09 21:50
professionalsaif_saifi12-May-09 21:50 
Questionhow to paint the MainMenu Pin
coderormnger12-May-09 21:21
coderormnger12-May-09 21:21 
AnswerRe: how to paint the MainMenu Pin
Pete O'Hanlon12-May-09 22:08
mvePete O'Hanlon12-May-09 22:08 
QuestionHow to get machine certificate and user license. Pin
deadlyabbas12-May-09 21:01
deadlyabbas12-May-09 21:01 
Question.Net Remoting with COM client Pin
lee2312-May-09 19:43
lee2312-May-09 19:43 
Questionproblem with richedit control [modified] Pin
ramaluciano12-May-09 18:52
ramaluciano12-May-09 18:52 
QuestionIRunningObjectTable.Register method Pin
lee2312-May-09 18:23
lee2312-May-09 18:23 
AnswerRe: IRunningObjectTable.Register method Pin
lee2312-May-09 19:06
lee2312-May-09 19:06 
GeneralRe: IRunningObjectTable.Register method Pin
lee2313-May-09 20:25
lee2313-May-09 20:25 
QuestionSeeking advice for storing data in memory [modified] Pin
glumlord12-May-09 7:46
glumlord12-May-09 7:46 
AnswerRe: Seeking advice for storing data in memory Pin
glumlord12-May-09 7:59
glumlord12-May-09 7:59 
AnswerRe: Seeking advice for storing data in memory Pin
Ian McCaul12-May-09 8:32
Ian McCaul12-May-09 8:32 
GeneralRe: Seeking advice for storing data in memory Pin
glumlord12-May-09 8:37
glumlord12-May-09 8:37 

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.