No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
Re: My friend had a similar problem , when he assembled his pc and powered it the fans just flickered He just placed a new power supply unit and the problem was solved. wish you the best | |
Im writing a code and included many library files (.lib) with it , when i compile all is fine 0 errors and 0 warnings , but when i built i got problems. when using VC 6.0 i got this warning [CODE]LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of … | |
i have a header file and one of the function prototypes is [CODE]extern "C" LONGBOOL _stdcall LT360LIB_CmdValue(LONGINT Handle, LONGINT CmdID, char * ParamValue);[/CODE] and there is an example of using this code [CODE]z=LT360LIB_CmdValue(0, lt_Goto_CCW, "5.5");[/CODE] when i try this code it compile and builds correctly but when i run the … | |
Re: I had a similar problem when i tried to create a new source file, the compile feature didnt show up. i created a new project , from the menu choose general then choose empty project. now add whatever header and source files you need then you should be able to … | |
hi all i was a able to create a .def file from lt360lib.dll using Borland C++ (impdef.exe) [CODE]LIBRARY LT360LIB.DLL EXPORTS LT360LIB_CloseLink @3 LT360LIB_Cmd @7 LT360LIB_CmdIndexValue @9 LT360LIB_CmdString @10 LT360LIB_CmdValue @8 LT360LIB_GetDllVerDate @1 LT360LIB_GetUsbFirmwareVerDate @6 LT360LIB_LinkedCnt @2 LT360LIB_OpenLinkCOM @5 LT360LIB_OpenLinkUSB @4 LT360LIB_ReadBinary @12 LT360LIB_WriteBinary @11 [/CODE] how can i convert this … | |
i have a dll "lt360lib.dll" and want to create a .lib file in order to link with it. when trying to create a .def file using impdef.exe that comes with c++ builder i get the following error "error lt360lib.dll: unknown filetype" by the way i enter the command using command … | |
I am having problems with using a header file called lt360lib.h My code is as follows [CODE] #include <lt360lib.h> #include <iostream> using namespace std; main() { } [/CODE] as you can see it is a simple code just to test if the header file is being accepted or not. but … | |
i recently bought a st585v6 router and its working fine.My question is about the intrusion detection software, it gave me until now 16 intrusions on udp_null_port while the rest are zero , what does this mean? is someone trying to hack my router ? or could it be generated due … | |
hi everyone, i have a problem with my monitor sometimes when i am working it turns green, i can still see everything on the screen like text and graphics and so on but all are green!! also sometimes it loses the signal and i have to switch it off and … | |
hi all, i have a matlab problem when i write this program (which is simple :) since im a beginner) clear all close all clc [x,y]=meshgrid(-2:.1:2); z=x.*exp(-((x-y.^2).^2+y.^2)); mesh(x,y,z),title('mesh'):) hidden off colormap hot % cool,bone,copper,pink,jet,gray colorbar figure contour(x,y,z),title('contour') figure surf(x,y,z),title('surf') figure meshc(x,y,z),title('meshc') figure meshz(x,y,z),title('meshz') figure surfc(x,y,z),title('surfc') figure waterfall(x,y,z),title('waterfall') it gives me … |
The End.