Click here to Skip to main content
15,900,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Writing a Questionnaire using C++ Pin
CPallini21-Apr-11 3:25
mveCPallini21-Apr-11 3:25 
AnswerRe: Writing a Questionnaire using C++ Pin
HimanshuJoshi21-Apr-11 4:29
HimanshuJoshi21-Apr-11 4:29 
AnswerRe: Writing a Questionnaire using C++ Pin
Richard MacCutchan21-Apr-11 6:45
mveRichard MacCutchan21-Apr-11 6:45 
GeneralRe: Writing a Questionnaire using C++ Pin
CPallini21-Apr-11 7:13
mveCPallini21-Apr-11 7:13 
GeneralRe: Writing a Questionnaire using C++ Pin
Richard MacCutchan21-Apr-11 8:05
mveRichard MacCutchan21-Apr-11 8:05 
AnswerRe: Writing a Questionnaire using C++ Pin
Mattias G21-Apr-11 10:18
Mattias G21-Apr-11 10:18 
QuestionRe: Writing a Questionnaire using C++ Pin
David Crow26-Apr-11 2:52
David Crow26-Apr-11 2:52 
Questionfatal error LNK1112 Pin
Walking Hell21-Apr-11 0:43
Walking Hell21-Apr-11 0:43 
hello, i try to compile somthhing into 64x

1>------ Rebuild All started: Project: software, Configuration: Release x64 ------
1>Build started 21-4-2011 12:29:50.
1>_PrepareForClean:
1>  Deleting file "x64\Release\software.lastbuildstate".
1>InitializeBuildStatus:
1>  Touching "x64\Release\software.unsuccessfulbuild".
1>ClCompile:
1>  actions.cpp
1>  admin.cpp
1>  allocator.cpp
1>  baseevents.cpp
1>  beds.cpp
1>  chat.cpp
1>  combat.cpp
1>  condition.cpp
1>  configmanager.cpp
1>  connection.cpp
1>  container.cpp
1>  creature.cpp
1>  creatureevent.cpp
1>  cylinder.cpp
1>  database.cpp
1>  databasemanager.cpp
1>  databasemysql.cpp
1>  databasesqlite.cpp
1>  depot.cpp
1>  dispatcher.cpp
1>  Generating Code...
1>  Compiling...
1>  exception.cpp
1>  fileloader.cpp
1>  game.cpp
1>  gameservers.cpp
1>  globalevent.cpp
1>  group.cpp
1>  house.cpp
1>  housetile.cpp
1>  ioban.cpp
1>  ioguild.cpp
1>  iologindata.cpp
1>  iomap.cpp
1>  iomapserialize.cpp
1>  item.cpp
1>  itemattributes.cpp
1>  items.cpp
1>  luascript.cpp
1>  mailbox.cpp
1>  manager.cpp
1>  map.cpp
1>  Generating Code...
1>  Compiling...
1>  monster.cpp
1>  monsters.cpp
1>  mounts.cpp
1>  movement.cpp
1>  networkmessage.cpp
1>  npc.cpp
1>  otpch.cpp
1>  otserv.cpp
1>..\otserv.cpp(243): warning C4273: 'getch' : inconsistent dll linkage
1>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\conio.h(128) : see previous definition of 'getch'
1>  outfit.cpp
1>  outputmessage.cpp
1>  party.cpp
1>  player.cpp
1>  position.cpp
1>  protocol.cpp
1>  protocolgame.cpp
1>  protocolhttp.cpp
1>  protocollogin.cpp
1>  protocolold.cpp
1>  quests.cpp
1>  raids.cpp
1>  Generating Code...
1>  Compiling...
1>  scheduler.cpp
1>  scriptmanager.cpp
1>  server.cpp
1>  spawn.cpp
1>  spells.cpp
1>  status.cpp
1>  talkaction.cpp
1>  teleport.cpp
1>  textlogger.cpp
1>  thing.cpp
1>  tile.cpp
1>  tools.cpp
1>  trashholder.cpp
1>  vocation.cpp
1>  waitlist.cpp
1>  weapons.cpp
1>  Generating Code...
1>libboost_filesystem-vc100-mt-1_46_1.lib(v2_operations.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:04:48.94
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========


so i updated so far also the libboost from 1.44 into 1.46 and i still get some error, can someone help me please with this? thanks!
AnswerRe: fatal error LNK1112 Pin
«_Superman_»21-Apr-11 1:47
professional«_Superman_»21-Apr-11 1:47 
GeneralRe: fatal error LNK1112 [modified] Pin
Walking Hell21-Apr-11 4:04
Walking Hell21-Apr-11 4:04 
GeneralRe: fatal error LNK1112 Pin
«_Superman_»21-Apr-11 4:16
professional«_Superman_»21-Apr-11 4:16 
GeneralRe: fatal error LNK1112 Pin
Walking Hell21-Apr-11 4:21
Walking Hell21-Apr-11 4:21 
GeneralRe: fatal error LNK1112 Pin
Walking Hell21-Apr-11 4:55
Walking Hell21-Apr-11 4:55 
GeneralRe: fatal error LNK1112 Pin
Richard MacCutchan21-Apr-11 6:42
mveRichard MacCutchan21-Apr-11 6:42 
GeneralRe: fatal error LNK1112 Pin
Walking Hell21-Apr-11 7:07
Walking Hell21-Apr-11 7:07 
GeneralRe: fatal error LNK1112 Pin
Walking Hell21-Apr-11 7:43
Walking Hell21-Apr-11 7:43 
GeneralRe: fatal error LNK1112 Pin
Richard MacCutchan21-Apr-11 8:04
mveRichard MacCutchan21-Apr-11 8:04 
QuestionOffice converter DLLs and thread safety Pin
Mattias G20-Apr-11 23:28
Mattias G20-Apr-11 23:28 
AnswerRe: Office converter DLLs and thread safety Pin
Roger Stoltz25-Apr-11 23:28
Roger Stoltz25-Apr-11 23:28 
GeneralRe: Office converter DLLs and thread safety Pin
Mattias G27-Apr-11 2:39
Mattias G27-Apr-11 2:39 
AnswerRe: Office converter DLLs and thread safety Pin
Roger Stoltz27-Apr-11 6:05
Roger Stoltz27-Apr-11 6:05 
GeneralRe: Office converter DLLs and thread safety Pin
Mattias G29-Apr-11 0:06
Mattias G29-Apr-11 0:06 
Questionneed help in learning AES algo. Pin
gateway2320-Apr-11 23:03
gateway2320-Apr-11 23:03 
AnswerRe: need help in learning AES algo. Pin
Hans Dietrich20-Apr-11 23:33
mentorHans Dietrich20-Apr-11 23:33 
QuestionSend a Message to a Window programmatically Pin
QuickDeveloper20-Apr-11 22:37
QuickDeveloper20-Apr-11 22: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.