Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: No genera dll el visual estudio  (Visto 883 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Odisk Posteado: June 21, 2019, 10:44:46 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 882
  • Gracias recibida: 12309
  • pr
Hola chicos tengo el siguiente problema estoy algo nuevo con esto de SRC Pero estoy haciendo el intento...

estoy modifcando una dll cuando esta en build me dice que el archvio a sido creado en la carpeta no se ve nada esta total mente vacio solo hay algunos archivos y menos la dll que quiero

aqui les dejo una foto de mi out que esta bien

ES Visual estudio 2010





el log de visual estudio

Code: [Select]

1>------ Rebuild All started: Project: ExMain, Configuration: Release Win32 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>  AccountSecurity.cpp
1>  Achievements.cpp
1>  AchievementsSystem.cpp
1>  AddPoints.cpp
1>  AntiCheat.cpp
1>  AntiCheatPlus.cpp
1>  AntiHack.cpp
1>  AutoParty.cpp
1>  Bow.cpp
1>  BufferSystem.cpp
1>  BuffIcon.cpp
1>  Camera.cpp
1>  ChatExpanded.cpp
1>  ChatWnd.cpp
1>  Configs.cpp
1>  ConnectEx.cpp
1>  Console.cpp
1>  Controller.cpp
1>  Crc32.cpp
1>  CreateEffect.cpp
1>  Compiling...
1>  CustomMenu.cpp
1>  DataSend.cpp
1>  DeBug.cpp
1>  DllMain.cpp
1>  DonateShop.cpp
1>  DrawTime.cpp
1>  DumpDB.cpp
1>  DungeonSiege.cpp
1>  DynamicEffect.cpp
1>  Effect.cpp
1>  EncDec.cpp
1>  EventTimer.cpp
1>  ExFunction.cpp
1>  ExLicense.cpp
1>  ExMenu.cpp
1>  ExMenuV3.cpp
1>  ExTeleport.cpp
1>  ExTeleportEvo.cpp
1>  ExText.cpp
1>  ExUtils.cpp
1>  Compiling...
1>  ExWinQuestSystem.cpp
1>  FileMemory.cpp
1>  Fog.cpp
1>  Fps.cpp
1>  Graphics.cpp
1>  HpBar.cpp
1>  InfoLog.cpp
1>  Inter3.cpp
1>  Interface.cpp
1>  Item.cpp
1>  ItemAsm.cpp
1>  ItemPacket.cpp
1>  ItemPrice.cpp
1>  ItemRank.cpp
1>  ItemSetOption.cpp
1>  ItemSmokeEffect.cpp
1>  JewelsBank.cpp
1>  Lottery.cpp
1>  MakePreviewCharSet.cpp
1>  Map.cpp
1>  Compiling...
1>  MapManager.cpp
1>  Marriage.cpp
1>  MiniMap.cpp
1>  MiniMenu.cpp
1>  Monster.cpp
1>  MonsterQuest.cpp
1>  NewHpBar.cpp
1>  NewParty.cpp
1>  NewPartyBuff.cpp
1>  NewsBoard.cpp
1>  OfflineMode.cpp
1>  PartySearch.cpp
1>  PersonalShopEx.cpp
1>  PetEx.cpp
1>  PickUpItemInfo.cpp
1>  PKClear.cpp
1>  ItemMarket.cpp
1>  PostItem.cpp
1>  PremiumSystemEx.cpp
1>  Protocol.cpp
1>  Compiling...
1>  Other.cpp
1>  QuestSystem.cpp
1>  RageSystem.cpp
1>  Ranking.cpp
1>  ReferralSystem.cpp
1>  ResetSystem.cpp
1>  SecurityScript.cpp
1>  ServerInfo.cpp
1>  Settings.cpp
1>  Skill.cpp
1>  Smithy.cpp
1>  SocketItem.cpp
1>  Sound.cpp
1>  SpeedFix.cpp
1>  Splash.cpp
1>  StatsAdvance.cpp
1>  SwitchChar.cpp
1>  TeamVsTeam.cpp
1>  Text.cpp
1>  TMemory.cpp
1>  Compiling...
1>  ToolKit.cpp
1>  TrayMode.cpp
1>  User.cpp
1>  UserAsm.cpp
1>  UserShop.cpp
1>  VisualFix.cpp
1>  WingEffect.cpp
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\Users\XXXXXX\Desktop\DLL\DllClient\1.04D\Main.dll) does not match the Linker's OutputFile property value (D:\ExTeam\Season6Episode3\Client\ExMain.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(Main) does not match the Linker's OutputFile property value (ExMain). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>     Creating library C:\Users\XXXXXX\Desktop\DLL\DllClient\1.04D\Main.lib and object C:\Users\XXXXX\Desktop\DLL\DllClient\1.04D\Main.exp
1>  Generating code
1>  Finished generating code
1>detours.lib(detours.obj) : warning LNK4099: PDB 'detours.pdb' was not found with 'detours.lib(detours.obj)' or at 'C:\Users\XXXXX\Desktop\DLL\DllClient\1.04D\detours.pdb'; linking object as if no debug info
1>detours.lib(disasm.obj) : warning LNK4099: PDB 'detours.pdb' was not found with 'detours.lib(disasm.obj)' or at 'C:\Users\XXXXX\Desktop\DLL\DllClient\1.04D\detours.pdb'; linking object as if no debug info
1>  DllClient.vcxproj -> C:\Users\XXXX\Desktop\DLL\DllClient\1.04D\Main.dll
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========



one day

Gracias:


Offline Ryuno #1 Posteado: June 21, 2019, 08:43:40 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 505
  • Gracias recibida: 2028
  • dz
no ahi modo que no te entrege la .dll ya que te anda indicando en el directorio

C:\Users\XXXX\Desktop\DLL\DllClient\1.04D

en el caso limpia y luego vuelve a compilar .


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
1035 Views
Last post June 28, 2017, 02:18:44 AM
by Karuritoku
5 Replies
1231 Views
Last post June 24, 2019, 11:16:39 AM
by caron22
2 Replies
1003 Views
Last post April 16, 2020, 07:36:27 PM
by Linck
2 Replies
600 Views
Last post January 10, 2021, 07:59:15 AM
by JavixFer
11 Replies
614 Views
Last post January 28, 2024, 04:12:43 PM
by myway